body {
width: 95% ;
height: 100% ;
}

a {
text-decoration: none ;
font-family: Perpetua ;
}

@media all and (max-width: 599px) {
#content {
font-size: 5vw ;
text-align: center ;
font-family: Perpetua ;
}
}
@media all and (min-width: 600px) {
#content {
font-size: 3vw ;
text-align: center ;
font-family: Perpetua ;
}
}